projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6706519
)
Undo unintentional delete of provide line
author
Bar Magal
<barmagal@gmail.com>
Sun, 5 Jul 2015 20:24:31 +0000
(23:24 +0300)
committer
Bar Magal
<barmagal@gmail.com>
Sun, 5 Jul 2015 20:24:31 +0000
(23:24 +0300)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 59caa12ca5169477f3e5ee177520bfb9501940ba..30a83b50604531522c3c7d535ae5c0f594acc529 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-291,3
+291,5
@@
longest key and description in the buffer, respectively."
(if (> (length desc) which-key-max-description-length)
(concat (substring desc 0 which-key-max-description-length) "..")
desc))
+
+(provide 'which-key)